mtd: ubi: Remove select for non existent option
authorChris Packham <[email protected]>
Sat, 13 Apr 2019 09:13:57 +0000 (21:13 +1200)
committerTom Rini <[email protected]>
Fri, 10 May 2019 11:18:13 +0000 (07:18 -0400)
There is no 'config CRC32' remove the select that was attempting to use
it.

Reported-by: Robert P. J. Day <[email protected]>
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
drivers/mtd/ubi/Kconfig

index cf847833562da1034b906fa78763a9f262acc3f8..2b17eae94701d41cbfaf88aca28655e380b7e1f5 100644 (file)
@@ -9,7 +9,6 @@ config CONFIG_UBI_SILENCE_MSG
 
 config MTD_UBI
        bool "Enable UBI - Unsorted block images"
-       select CRC32
        select RBTREE
        select MTD_PARTITIONS
        help